home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / HyperCard Stacks / Phone / card_3103.txt < prev    next >
Text File  |  1989-09-06  |  7KB  |  287 lines

  1. -- card: 3103 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2152
  5. -- name: Phone Setup
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the time into bkgnd field "loc time"
  9.   pass openCard
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 2 (button)
  15. -- low flags: 00
  16. -- high flags: A004
  17. -- rect: left=268 top=238 right=259 bottom=357
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 3
  22. -- text size: 10
  23. -- style flags: 0
  24. -- line height: 13
  25. -- part name: Area Codes
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual effect scroll left
  29.   go to Area Codes
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=59 top=40 right=200 bottom=228
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 3
  42. -- text size: 10
  43. -- style flags: 0
  44. -- line height: 13
  45. -- part name: Dial 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   if first char of the message box is in "0123456789ABCD#*("
  49.   then dial the message box
  50. else
  51.   Ask "Dial what number?"
  52.   dial it
  53. end if
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 7 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=434 top=237 right=262 bottom=461
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 11045 / 11045
  64. -- text alignment: 1
  65. -- font id: 3
  66. -- text size: 10
  67. -- style flags: 0
  68. -- line height: 13
  69. -- part name: Home
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect iris close
  73.   go home
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 13 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=389 top=237 right=262 bottom=417
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 26635 / 26635
  84. -- text alignment: 1
  85. -- font id: 3
  86. -- text size: 10
  87. -- style flags: 0
  88. -- line height: 13
  89. -- part name: help
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   set visible of card field "info" to not the visible of card field "info"
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 17 (field)
  98. -- low flags: 81
  99. -- high flags: 2004
  100. -- rect: left=243 top=33 right=277 bottom=475
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 3
  105. -- text size: 9
  106. -- style flags: 0
  107. -- line height: 12
  108. -- part name: info
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   hide the target
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 43 (field)
  117. -- low flags: 81
  118. -- high flags: 0001
  119. -- rect: left=246 top=156 right=233 bottom=467
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 0
  123. -- font id: 3
  124. -- text size: 10
  125. -- style flags: 0
  126. -- line height: 13
  127. -- part name: info 2
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   set visible of card field "info 2" to not the visible of card field "info 2"
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 44 (field)
  136. -- low flags: 81
  137. -- high flags: 0001
  138. -- rect: left=237 top=155 right=229 bottom=459
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 3
  143. -- text size: 10
  144. -- style flags: 0
  145. -- line height: 13
  146. -- part name: info 3
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   set visible of card field "info 3" to not the visible of card field "info 3"
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 45 (field)
  155. -- low flags: 81
  156. -- high flags: 0001
  157. -- rect: left=226 top=156 right=231 bottom=469
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 0
  161. -- font id: 3
  162. -- text size: 10
  163. -- style flags: 0
  164. -- line height: 13
  165. -- part name: info 4
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   set visible of card field "info 4" to not the visible of card field "info 4"
  169. end mouseUp
  170.  
  171.  
  172.  
  173. -- part 46 (field)
  174. -- low flags: 81
  175. -- high flags: 0001
  176. -- rect: left=257 top=155 right=230 bottom=465
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 0 / 0
  179. -- text alignment: 0
  180. -- font id: 3
  181. -- text size: 10
  182. -- style flags: 0
  183. -- line height: 13
  184. -- part name: info 5
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   set visible of card field "info 5" to not the visible of card field "info 5"
  188. end mouseUp
  189.  
  190.  
  191.  
  192. -- part 47 (field)
  193. -- low flags: 81
  194. -- high flags: 0001
  195. -- rect: left=246 top=154 right=233 bottom=467
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 0 / 0
  198. -- text alignment: 0
  199. -- font id: 3
  200. -- text size: 10
  201. -- style flags: 0
  202. -- line height: 13
  203. -- part name: info 6
  204. ----- HyperTalk script -----
  205. on mouseUp
  206.   set visible of card field "info 6" to not the visible of card field "info 6"
  207. end mouseUp
  208.  
  209.  
  210.  
  211. -- part contents for background part 9
  212. ----- text -----
  213. Local Area Code:
  214.  
  215. -- part contents for background part 10
  216. ----- text -----
  217. Outside line:
  218.  
  219. -- part contents for background part 12
  220. ----- text -----
  221. Long distance:
  222.  
  223. -- part contents for background part 20
  224. ----- text -----
  225. 6:04 AM
  226.  
  227. -- part contents for card part 17
  228. ----- text -----
  229. Enter local settings, then click on the phone to dial. (Make sure a modem is connected and turned on before dialing with a modem setting!)   
  230.  
  231. You can also dial by selecting a phone number as text, then clicking on a "Dial" icon.  Another way to dial a number is to enter it into the message box, then click on the phone icon.
  232.  
  233. If you don‚Äôt need to dial 9 for an outside line, clear that field.  In the Long Distance field, you may leave the "Easy Access" code as is, or prepend a Long Distance Company Code.
  234.  
  235.  >>>>  CLICK TO CONTINUE  <<<<
  236.  
  237. Design by Robin Shank
  238. Scripting by Steve All, Ted Kaehler
  239. and James Redfern
  240.  
  241. -- part contents for background part 26
  242. ----- text -----
  243. International:
  244.  
  245. -- part contents for background part 35
  246. ----- text -----
  247. Enter your local prefixes:
  248.  
  249. -- part contents for background part 39
  250. ----- text -----
  251. Toll call:
  252.  
  253. -- part contents for card part 43
  254. ----- text -----
  255. If your phone equipment needs a special sequence (like 9) before you get an outside line, enter it here.  A comma will get you a pause with a modem.
  256.  
  257. -- part contents for card part 44
  258. ----- text -----
  259. Some telephone exchanges need to dial a "1" before calling non-local numbers within their area code.  If you do, enter a "1" here.
  260.  
  261. -- part contents for card part 45
  262. ----- text -----
  263. Some telephone exchanges need to dial a "1" before calling long-distance area codes.  If you do, enter a "1" here.  You could also enter a Long Distance Company Code here (and the "1").
  264.  
  265. -- part contents for card part 46
  266. ----- text -----
  267. This stack does not currently implement this field for International dialing.
  268.  
  269. -- part contents for background part 2
  270. ----- text -----
  271. 9,
  272.  
  273. -- part contents for background part 40
  274. ----- text -----
  275. 1
  276.  
  277. -- part contents for background part 3
  278. ----- text -----
  279. 1
  280.  
  281. -- part contents for background part 27
  282. ----- text -----
  283. 011
  284.  
  285. -- part contents for card part 47
  286. ----- text -----
  287. Prefixes are the first 3 digits of a local telephone number.  Local prefixes are those for which you are not charged when you dial them directly.  Enter your local prefixes into the box above, separated by spaces.